ComponentOne BarChart for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / BaseChartAxisList<T> Class / Values Property

In This Topic
    Values Property
    In This Topic
    A list value contains all the data point values for the series.
    Syntax
    'Declaration
     
    Public ReadOnly Property Values As System.Collections.Generic.List(Of T)
    public System.Collections.Generic.List<T> Values {get;}
    See Also